.cl {
  clear: both;
}
.pb0 {
  padding-bottom: 0 !important;
}
.container-box {
  padding: 0 4.6667vw;
}
a.links {
  padding: 2.6667vw 7.3333vw 2.6667vw 3.3333vw;
  font-size: 3.2vw;
  color: black;
  background: #fdc532;
  position: relative;
  display: inline-block;
  margin-right: 2.6667vw;
}
a.links::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.3333vw;
  width: 2.6667vw;
  height: 1.2vw;
  background: url(../img/index/more-arrow-black.png) no-repeat;
  background-size: 100% 100%;
}
a.links:last-child {
  margin-right: 0;
}
.swiper-button-prev {
  background: url(../img/index/swiper-prev.png) no-repeat;
  left: 0;
}
.swiper-button-next {
  background: url(../img/index/swiper-next.png) no-repeat;
  right: 0;
}
.swiper-button-next,
.swiper-button-prev {
  margin-top: 0;
  transform: translateY(-50%);
  width: 4vw;
  height: 7.7333vw;
  background-size: 100% 100%;
}
.btn-box {
  text-align: center;
}
.swiper-pagination-bullet {
  width: 1.8667vw;
  height: 1.8667vw;
  border-radius: 0;
  margin: 0 1.7333vw;
}
.quickLinksDiv {
  background: #fafafa;
}
#quickLinks {
  padding: 4vw 0;
}
#quickLinks ul {
  display: flex;
  flex-wrap: wrap;
}
#quickLinks ul li {
  list-style: none;
  background: #fff;
  transition: all 0.5s;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 2.6667vw;
}
#quickLinks ul li a {
  display: inline-block;
}
#quickLinks ul li a .quickLinksImg {
  border-bottom: 3px solid #fdc532;
}
#quickLinks ul li a .quickLinksImg img {
  width: 100%;
}
#quickLinks ul li a h4 {
  font-size: 4.8vw;
  padding: 3.3333vw 4.6667vw;
  color: #020202;
}
#main .title {
  padding: 6vw 0 4vw;
  font-size: 6.4vw;
  text-align: center;
}
#main .qcode h2 {
  font-size: 6.4vw;
  margin: 3vw;
  text-align: center;
}
#main .qcode .qcodeImg {
  text-align: center;
  margin-bottom: 3vw;
}
#main .qcode .qcodeImg img {
  width: 70%;
  margin: 0 auto;
}
#main .qcode .qcodeImg p {
  font-size: 4vw;
}
#main .qcode .qcodeImg a {
  font-size: 4vw;
  color: #000;
}
#kv-m .swiper-pagination {
  display: block;
}
#kv-m .kv-content {
  position: absolute;
  top: 15.3333vw;
  left: 0;
  padding: 0 4.6667vw;
}
#kv-m .kv-content h2 {
  color: #fff;
  line-height: 1.25;
  font-size: 6.4vw;
}
#kv-m .kv-content .btn {
  display: inline-block;
  padding: 2.4vw 7.3333vw 2.4vw 3.3333vw;
  position: relative;
  font-size: 3.2vw;
  color: #fdc532;
  background: black;
  margin-top: 3.3333vw;
}
#kv-m .kv-content .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.3333vw;
  width: 2.6667vw;
  height: 1.2vw;
  background: url(../img/index/more-arrow.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
#why-become {
  background: #f1f1f1;
}
#why-become .why-become-content {
  padding: 6.6667vw 9.3333vw;
  display: flex;
  align-items: center;
  color: #000;
}
#why-become .why-become-content img {
  width: 42%;
}
#why-become .why-become-content .why-become-text {
  width: 58%;
  padding-left: 3vw;
}
#why-become .why-become-content .why-become-text h2 {
  font-size: 4vw;
}
#why-become .why-become-content .why-become-text p {
  line-height: 1.4;
  font-size: 3.2vw;
  padding-top: 1.3333vw;
}
#service {
  background: url(../img/index/service-bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 7.3333vw;
  position: relative;
}
#service .swiper-slide > img {
  width: 100%;
}
#service .intro {
  font-size: 5.8vw;
  text-align: center;
  font-weight: normal;
  padding-bottom: 4.6667vw;
}
#service .service-text {
  background: #fdc71e;
  padding: 4.6667vw;
  margin-top: -13.3333vw;
  display: block;
  position: relative;
  min-height: 55vw;
  color: black;
}
#service .service-text h2 {
  font-size: 4.8vw;
  line-height: 1.6;
}
#service .service-text h3 {
  font-size: 4vw;
}
#service .service-text p {
  font-size: 3.2vw;
  line-height: 1.4;
  padding: 4vw 0 2.6667vw;
}
#service .service-text span {
  font-size: 3.2vw;
  margin-left: 8vw;
  position: relative;
  text-decoration: underline;
}
#service .service-text span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8vw;
  width: 6.6667vw;
  height: 6.6667vw;
  transform: translateY(-40%);
  background: url(../../img/index/hendle-fab.png) no-repeat;
  background-size: cover;
}
#service .session .sessionText {
  margin-top: 3.3333vw;
}
#service .service-more {
  padding-top: 2.6667vw;
  padding-right: 4.6667vw;
  text-align: right;
}
#service .service-more.txtcenter {
  text-align: center;
}
#service .swiper-pagination {
  bottom: 7.3333vw;
  left: 4.6667vw;
}
#service .swiper-pagination-bullet {
  background: #000000;
}
#service .swiper-pagination-bullet-active {
  background: #fdc71e;
}
#service .session .sessionText p {
  font-size: 3.2vw;
  line-height: 1.6;
  text-align: justify;
}
#videoAndNews {
  background: url(../img/index/video-and-news-bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 7.3333vw;
}
#videoAndNews h3 {
  font-size: 5.8vw;
  text-align: center;
  font-weight: normal;
  padding-bottom: 2.6667vw;
}
#videoAndNews .video-box {
  margin-top: 4.6667vw;
  position: relative;
}
#videoAndNews .video-box .paly-video {
  width: 12vw;
  height: 12vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#videoAndNews .video-box video {
  object-fit: fill;
  width: 100%;
  outline: none;
}
#videoAndNews .video-box .video-content {
  background: #e7e7e7;
  padding: 3.3333vw 4.6667vw 4.6667vw;
  margin-top: -1vw;
}
#videoAndNews .video-box .video-content span {
  color: #999999;
  font-size: 2.6667vw;
}
#videoAndNews .video-box .video-content h2 {
  font-size: 3.7333vw;
  line-height: 1.4;
  padding-top: 2.6667vw;
}
#videoAndNews .video-box.cbaVideo .paly-video {
  top: 35%;
}
#videoAndNews .cbaLine {
  margin: 3.3333vw;
  border-bottom: 1px solid #ffe38f;
}
#videoAndNews .news-list {
  list-style: none;
  padding-bottom: 2.6667vw;
}
#videoAndNews .news-list li {
  margin-bottom: 2.6667vw;
}
#videoAndNews .news-list li a {
  color: black;
}
#videoAndNews .news-list li img {
  width: 100%;
}
#videoAndNews .news-list li .news-content {
  background: #e7e7e7;
  padding: 3.3333vw 4.6667vw 4.6667vw;
}
#videoAndNews .news-list li .news-content span {
  color: #999999;
  font-size: 2.6667vw;
}
#videoAndNews .news-list li .news-content h2 {
  font-size: 3.7333vw;
  line-height: 1.4;
  padding-top: 2.6667vw;
}
#index-aboutus {
  background: url(../../img/index/aboutus-bg.jpg) no-repeat;
  background-size: cover;
  padding: 12vw 0 10.6666vw 0;
  position: relative;
}
#index-aboutus .container-box {
  position: relative;
}
#index-aboutus .container-box .index-aboutusLeft h2 {
  font-size: 6.4vw;
  color: #ffc000;
  margin-bottom: 5.0666vw;
}
#index-aboutus .container-box .index-aboutusLeft h2.f6 {
  font-size: 6vw;
}
#index-aboutus .container-box .index-aboutusLeft p {
  font-size: 3.2vw;
  color: #fff;
  line-height: 2em;
  margin-bottom: 8vw;
}
#index-aboutus .container-box .index-aboutusLeft .aboutUsList {
  display: flex;
  flex-flow: wrap;
}
#index-aboutus .container-box .index-aboutusLeft .aboutUsList li {
  width: 33.3333%;
  text-align: center;
  list-style: none;
}
#index-aboutus .container-box .index-aboutusLeft .aboutUsList li img {
  width: 16.5333vw;
  margin: 0 auto;
}
#index-aboutus .container-box .index-aboutusLeft .aboutUsList li h3 {
  text-align: center;
  color: #fff;
  font-size: 3.2vw;
}
#index-aboutus .container-box .index-aboutusLeft .aboutUsList li h3 span {
  color: #ffffff;
  font-size: 3.2vw;
}
#index-aboutus .container-box .index-aboutusLeft .aboutUsList li p {
  text-align: center;
  color: #fff;
  font-size: 3.2vw;
}
#index-aboutus .container-box .index-aboutusLeft .btn-box {
  margin-top: 20px;
  text-align: left;
}
#index-aboutus .container-box .index-aboutusRight ul {
  position: static;
  display: flex;
}
#index-aboutus .container-box .index-aboutusRight ul li {
  margin: 1.2vw;
  list-style: none;
}
#column a {
  color: black;
  position: relative;
  display: block;
  margin-bottom: 1px;
}
#column a > img {
  width: 100%;
  display: block;
}
#column a .column-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 8vw;
}
#column a .column-content .column-icon1 {
  width: 16vw;
}
#column a .column-content .column-icon2 {
  width: 28.6667vw;
}
#column a .column-content .column-icon3 {
  width: 13.8667vw;
}
#column a .column-content .column-icon5 {
  width: 16vw;
}
#column a .column-content .column-icon6 {
  width: 16vw;
}
#column a .column-content h2 {
  font-size: 4.8vw;
  margin-left: 2.6667vw;
}
#product {
  padding-top: 6vw;
  padding-bottom: 6vw;
  background: #fff;
}
#product .product-box {
  padding: 0 9.3333vw;
}
#product .product-box a {
  display: flex;
  align-items: center;
  color: black;
}
#product .product-box a > img {
  width: 55%;
}
#product .product-box .product-content {
  width: 45%;
}
#product .product-box .product-content h2 {
  font-size: 4.8vw;
}
#product .product-box .product-content p {
  font-size: 3.7333vw;
  line-height: 1.6;
}
#product .product-box .product-content span {
  display: flex;
  align-items: center;
  margin-top: 4.6667vw;
  color: black;
  font-size: 3.2vw;
}
#product .product-box .product-content span img {
  width: 2.6667vw;
  margin-left: 0.6667vw;
}
#now-reg {
  font-size: 4.8vw;
  background: #fdc532;
  padding: 2vw 0;
  line-height: 1;
  font-weight: 700;
}
#about {
  background: url(/img/index/about-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 6.6667vw;
  padding-bottom: 6.6667vw;
  text-align: center;
}
#about h2 {
  font-size: 5.8667vw;
  margin-bottom: 3.3333vw;
}
#about p {
  font-size: 3.2vw;
  line-height: 1.6;
  text-align: justify;
}
#footer-reg a {
  font-size: 3.2vw;
  padding: 2vw 0;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  display: block;
  background: #fdc532;
  color: #000;
  text-align: center;
}
